home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / Install / program files / Borland / BDS / 3.0 / Demos / Delphi.Net / CLR / WindowsService / README.TXT < prev    next >
Encoding:
Text File  |  2004-10-22  |  1.1 KB  |  29 lines

  1. Last updated:    11/12/03
  2. Author:          Sergey Mishkovskiy
  3. Company:         USysWare, Inc.
  4. Contact info:    usysware@comcast.net
  5. Compatibility:   Borland Delphi for .NET
  6.  
  7. Description:     This is a basic .NET Windows service skeleton. Modify 
  8.                  Service.pas and ProjectInstaller.pas units to suite 
  9.                  it to your needs.
  10.  
  11. Requirements:    .NET framework 1.1
  12.  
  13.  
  14. Installation:    Use InstallUtil.exe utility that comes with the framework 
  15.                  to install the service. On Windows XP the installation 
  16.                  command could look like:
  17.                 
  18. "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\InstallUtil.exe" WinService.exe
  19.  
  20.                  The installed service compiled with all defaults shows up 
  21.                  under 'MyDelphiWinService' name in the services list.
  22.  
  23. Uninstallation:  Use InstallUtil.exe utility that comes with the framework 
  24.                  to uninstall the service. On Windows XP the installation 
  25.                  command could look like:
  26.  
  27. "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\InstallUtil.exe" /u WinService.exe
  28.  
  29. Enjoy!